home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
Spider
/
LEFT.ADA
< prev
next >
Wrap
Text File
|
1994-01-11
|
168b
|
8 lines
WITH Spider; USE Spider;
PROCEDURE Left IS -- Defining a new command for the spider
BEGIN
Turn;
Turn;
Turn;
END Left; -- End of Definition